google.golang.org/grpc/internal/transport.bufWriter.offset (field)

8 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L625: 				if l.framer.writer.offset < minBatchSize {
		http_util.go#L301: 	offset    int
		http_util.go#L334: 		copied := copy(w.buf[w.offset:], b)
		http_util.go#L337: 		w.offset += copied
		http_util.go#L338: 		if w.offset < w.batchSize {
		http_util.go#L363: 	if w.offset == 0 {
		http_util.go#L366: 	_, w.err = w.conn.Write(w.buf[:w.offset])
		http_util.go#L368: 	w.offset = 0